Defines the mapping of 3D camera coordinates onto the target coordinate system of the annotation.

Full documentation

Initializes a new PDF3DProjection object.

Full documentation

Initializes a new PDF3DProjection object with the specified COS 3D projection.

Full documentation

Gets the clipping style.

Full documentation

Gets the COS 3D projection.

Full documentation

Gets the far clipping distance. The value is meaningful only if method returns PDF3DProjectionClippingStyle.EXPLICIT_NEAR_FAR.

Full documentation

Gets the field of view. This value is meaningful only if method returns PDF3DProjectionType.PERSPECTIVE.

Full documentation

Gets the near clipping distance. This value is meaningful only if method returns PDF3DProjectionClippingStyle.EXPLICIT_NEAR_FAR or if method returns PDF3DProjectionType.PERSPECTIVE.

Full documentation

Gets the ortographic scale strategy.

Full documentation

Gets the scaling used when projecting the 3D artwork.

Full documentation

Gets the type of projection.

Full documentation

Sets the clipping style.

Full documentation

Sets the far clipping distance. The clippingDistance is meaningful only if method returns PDF3DProjectionClippingStyle.EXPLICIT_NEAR_FAR.

Full documentation

Sets the field of view. This value is meaningful only if method returns PDF3DProjectionType.PERSPECTIVE.

Full documentation

Sets the near clipping distance. This value is meaningful only if method returns PDF3DProjectionClippingStyle.EXPLICIT_NEAR_FAR or if method returns PDF3DProjectionType.PERSPECTIVE. The value must be non-negative for orthographic projections and positive for perspective projections.

Full documentation

Sets the ortographic scale strategy.

Full documentation

Sets the scaling used when projecting the 3D artwork.

Full documentation

Sets the type of projection.

Full documentation